home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deep Throat Girls 5
/
Deep Throat Girls 5.iso
/
mac
/
MAC.Dir
/
00027_startmovie.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-02-09
|
649 b
|
29 lines
on startMovie
global repeet, pictcount
set repeet to 0
set pictcount to 0
when keyDown then nothing
set the exitLock to 1
set the soundEnabled to 1
set the soundLevel to 7
puppetSound(1, "INTRO")
if the quickTimePresent = 0 then
alert(" QuickTime must be installed" & RETURN & " to PLAY this game. If you" & RETURN & "are having trouble installing" & RETURN & "QuickTime, consult 'Read Me'.")
stopMovie()
end if
puppetTempo(120)
set the colorDepth to 32
if the colorDepth < 32 then
set the colorDepth to 16
end if
end
on stopMovie
puppetSound(0)
go(10)
end
on quitmovie
go(1, "DTG5:IMPULSE.DIR")
end